update CHANGES.md

Andrew Cantino 9 years ago
parent
commit
2018dbc0d1
1 changed files with 32 additions and 0 deletions
  1. 32 0
      CHANGES.md

+ 32 - 0
CHANGES.md

@@ -1,5 +1,37 @@
1 1
 # Changes
2 2
 
3
+* Jan 19, 2015   - WebRequestConcern Agents can supply `disable_ssl_verification` to disable ssl verification.
4
+* Jan 13, 2015   - Docker image updated.
5
+* Jan 8, 2015    - Allow toggling of accuracy when displaying locations in the UserLocationAgent map.
6
+* Dec 26, 2014   - Do not try to monkey patch the mysql adapter on heroku
7
+* Dec 7, 2014    - Update Rails to 4.1.8
8
+* Dec 3, 2014    - Access sites with invalid SSL
9
+* Nov 22, 2014   - Make the website agent support merge events
10
+* Nov 8, 2014    - Added DeDuplicationAgent
11
+* Nov 5, 2014    - Made latlng accessible to liquid
12
+* Nov 4, 2014    - Enable AgentLog to handle a message with invalid byte sequences; upgrade slack-notifier to 1.0.0; use webhook URLs instead of tokens.
13
+* Nov 2, 2014    - Fixes WorkerStatusController for postgresql; updated rails to 4.1.7; added a PDF info agent; commander agent can configure other Agents.
14
+* Nov 1, 2014    - Fixes postgres and DST related spec issues
15
+* Oct 27, 2014   - RSSAgent: Include `url` in addition to `urls` in each event.
16
+* Oct 23, 2014   - Assume an uploaded scenario file (JSON) is encoded in UTF-8
17
+* Oct 20, 2014   - Made weather agent dependent on user location
18
+* Oct 16, 2014   - Make event-indicator a link to the events page, with new events highlighted
19
+* Oct 15, 2014   - Add dropbox agent to emit urls for the given paths
20
+* Oct 14, 2014   - Upgrade Devise to 3.4.0; mqttAgent: Ignore a retained message previously received
21
+* Oct 12, 2014   - Add a button to view full error logs; allow longer than 2000 characters
22
+* Oct 10, 2014   - Dropbox watch agent
23
+* Oct 9, 2014    - Make the scheduler frequency tunable via ENV; add CommanderAgent, which controls other agents on a schedule or incoming event; disable the CSRF warning in WebRequestsController.
24
+* Oct 5, 2014    - OpenShift deployment
25
+* Oct 1, 2014    - Migrate to Rspec3
26
+* Sep 29, 2014   - Refactor OmniAuth integration
27
+* Sep 25, 2014   - TumblrPublishAgent
28
+* Sep 24, 2014   - Refactor OmniAuth configuration and fix it with 37Signals; introduce FontAwesome; enable download of user credentials; improve docs for ForecastIO in WeatherAgent.
29
+* Sep 22, 2014   - Improvements to bin/setup_heroku
30
+* Sep 21, 2014   - Reduce gems to save RAM
31
+* Sep 17, 2014   - Give user an option to drop pending events when enabling an agent.
32
+* Sep 16, 2014   - Improvements to UserLocationAgent
33
+* Sep 14, 2014   - Allow some agents to be configured via HTML forms rather then JSON.
34
+* Sep 13, 2014   - Calculate IDs in RssAgent if none are available.
3 35
 * Sep 12, 2014   - Make tables sortable by most columns.
4 36
 * Sep 8, 2014    - SchedulerAgent added, allowing granular control of Agent schedules.  Agents can now control other Agents via `ControlLinks`.
5 37
                  - Liquid filter `to_uri` added.